home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 289_01.zip / OTHELLO.MAK < prev    next >
Text File  |  1993-04-26  |  896b  |  42 lines

  1. #------------------------------------------------------------------------------
  2. # OTHELLO.MAK
  3. #
  4. # This is a MicroSoft C 5.10 make file for the othello game.
  5. #------------------------------------------------------------------------------
  6.  
  7. .c.obj:
  8.     cl /c /Zp1 /W3 $*.C
  9.  
  10.  
  11. #------------------------------------------------------------------------------
  12. # FILENAME    DEPENDENCIES
  13. #------------------------------------------------------------------------------
  14.  
  15. BDTTY.OBJ:    $*.C
  16.  
  17. BD_EVAL.OBJ:    $*.C
  18.  
  19. BUILDLVL.OBJ:    $*.C
  20.  
  21. FATABL.OBJ:    $*.C
  22.  
  23. GETMOV.OBJ:    $*.C
  24.  
  25. MINIMAX.OBJ:    $*.C
  26.  
  27. MOVEIT.OBJ:    $*.C
  28.  
  29. MOVE_GEN.OBJ:    $*.C
  30.  
  31. OTHDBM.OBJ:    $*.C
  32.  
  33. OTHELLO.OBJ:    $*.C
  34.  
  35. PIECE_CT.OBJ:    $*.C
  36.  
  37. PROTECT.OBJ:    $*.C
  38.  
  39. dumptree.obj:    $*.c
  40.  
  41. #------------------------------------------------------------------------------
  42.